Download data set

fetch_20newsgroups is nearly 15MB and may take a while downloading


In [1]:
from sklearn.datasets import fetch_20newsgroups
twenty = fetch_20newsgroups(shuffle=True, random_state=42)

In [ ]: